home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 016 / herc.arc / HREAD.ME < prev    next >
Encoding:
Text File  |  1986-07-11  |  2.4 KB  |  44 lines

  1.     
  2.               -----------------------------------------------------
  3.                HERCULES GRAPHICS C FUNCTION (AND THEN SOME) LIBRARY
  4.               ------------------------------------------------------
  5.                                    Bill Dickson
  6.                                2828 Egypt Rd. #D101
  7.                                 Audubon, Pa   19403
  8.                              Work Phone: 215-687-4317
  9.                              Home Phone: 215-666-6554
  10.  
  11.  
  12.  
  13.        This  is  a  preliminary  hodgepodge  of 'C' callable Hercules graphics 
  14.     functions,  some of which are written in Micro-Soft  Macro  assembler  and 
  15.     optimized for speed of execution. About the only tool that is missing from 
  16.     the  basic  set  is  a text character font and display function.  I am not 
  17.     completely satisfied with the circle (elipse) routines as they  forced  me 
  18.     to use the floating point library. I am sure there is a fast algorithom in 
  19.     assembly  language  waiting  to  be discovered but for now what you see is 
  20.     what you get.  
  21.  
  22.        If you have the Micro-Soft Ver 3.0 'C' Compiler then  your  library  is 
  23.     allready  built.  Otherwise,  all the source code is in the ARC so you can 
  24.     examine,  modify,  and build your  library  to  be  compatible  with  your 
  25.     compiler.  You  Latice,  I86,  and  others get no sympathy from me on this 
  26.     score as I've been in the same boat myself.  Most of the time there is  no 
  27.     source code to save me!  So sue me!
  28.  
  29.           Below is a list of some of the key files to help get you going.
  30.                 1.  graph.h     Header file for all graphic routines.
  31.                 2.  user.h      Header file for misc. functions
  32.                 3.  user.c      Lumped source for misc functions
  33.                 4.  user.lib    C library of all functions.(misc and graph)
  34.                 5.  hgr.exe     Hercules graphics demo. (not elegent)
  35.                 6.  hgr.c       C source for hgr.exe. (Low on comments!)
  36.                 7.  ???*.??*    Mucho source files!
  37.  
  38.        All this junk is written by me and is totally in the public domain.  If 
  39.     you  send  me  any cash I'll send it back,  so omit a return address.  One 
  40.     thing I would  dearly  love  is  for  someone  to  recognize  what  little 
  41.     programming  talent  is contained here and hire me as a programmer and GET 
  42.     ME THE HELL OUT OF FIELD ENGINEERING!  Give me a buzz if you need help!  
  43.       
  44.